/*hql-翻滚按钮公用样式*/

.roll_box {
    -webkit-perspective: 500px;
    perspective: 500px;
    position: relative;
}

.roll1 {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform-origin: 50% 50% -25px;
    -ms-transform-origin: 50% 50% -25px;
    transform-origin: 50% 50% -25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 1;
}

.roll2 {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform-origin: 50% 50% -22px;
    -ms-transform-origin: 50% 50% -22px;
    transform-origin: 50% 50% -22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    display: none\9;
}

.roll_box:hover .roll1 {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    display: none\9;
    z-index: 0;
    opacity: 0;
}

.roll_box:hover .roll2 {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    display: block\9;
    z-index: 1;
    opacity: 1;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #e9e9e9;
}

.top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top a {
    color: #666666;
}

.top-lan {
    padding-left: 30px;
    margin-left: 30px;
}

.top-text {
    margin-left: 35px;
}

.top i {
    margin-right: 5px;
}

.top a:hover {
    color: #000;
}

.header {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}

.header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right img {
    margin-right: 10px;
}

.header-right-tel span {
    color: #666666;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.header-right-tel p {
    color: #004f99;
    font-size: 30px;
    font-family: 'Impact';
}

nav {
    height: 62px;
    background-color: #004f99;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav>li {
    position: relative;
    line-height: 62px;
}

.nav>li a {
    color: #fff;
    font-size: 16px;
    display: block;
    position: relative;
    padding: 0 35px;
}

.nav>li a:hover, .nav>li a.active {
    color: #004f99;
    background-color: #fff;
}

.nav>li:hover ul {
    display: block;
}

.nav li ul {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #004f99;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.nav li:nth-child(3) ul {
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.nav li ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.nav li ul li a {
    font-size: 14px;
}

.nav li ul li a:hover {
    background-color: #fff;
    color: #004f99;
}

.nav li ul li a:hover::after {
    content: none;
}

.banner {
    height: 605px;
    width: 100%;
}

.banner .swiper-container a {
    display: block;
    width: 100%;
    height: 605px;
    background-position: center;
    background-repeat: no-repeat;
}

.about-left{
    margin-right: 35px;
}

.about-left-title {
    font-size: 40px;
    color: #004f99;
    font-weight: bold;
    position: relative;
    padding-top: 30px;
}

.about-left-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 2px;
    background-color: #000000;
}

.about-left-text {
    position: relative;
    z-index: 1;
}

.about-left-text-box {
    color: #555555;
    line-height: 32px;
    font-size: 14px;
    margin: 35px 0 20px;
}

.about-link {
    width: 188px;
    height: 50px;
    display: block;
}

.about-link .face1 {
    border: 2px solid #ebeae9;
    line-height: 46px;
    font-size: 0;
    color: #333;
    text-align: center;
    height: 46px;
}

.about-link .face2 {
    background: #004488;
    border: 2px solid #004488;
    color: #fff;
    line-height: 46px;
    font-size: 0;
    text-align: center;
    height: 46px;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
}

.about-link .face1 .sj {
    display: inline-block;
    width: 17px;
    height: 46px;
    background: url(../images/sj.png) center center no-repeat;
    margin-left: 30px;
}

.about-link .face1 .t {
    display: inline-block;
    line-height: 46px;
    font-size: 14px;
    vertical-align: top;
    opacity: 0.6;
}

.about-link .face2 .sj {
    display: inline-block;
    width: 17px;
    height: 46px;
    background: url(../images/sj_white.png) center center no-repeat;
    margin-left: 30px;
}

.about-link .face2 .t {
    display: inline-block;
    line-height: 46px;
    font-size: 14px;
    vertical-align: top;
}

.sec1_data_list{
    position: absolute;
    left: 0;
    width: 600px;
    margin-top: 50px;
}

.sec1_data_list li { float: left; width: 23%; padding-right: 2%; margin-right: 8%; border-right: 1px solid #ddd; }
.sec1_data_list li strong { font-size: 36px; font-weight: bold; line-height: 1; font-family: 'impact'; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-right: 10px; background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#3877c2), to(#394b7b)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.sec1_data_list li strong.num2{margin-right:0;}
.sec1_data_list li strong.dian{margin-right:0;}

.about .container {
    display: flex;
    justify-content: space-between;
}

.link-btn {
    width: 219px;
    height: 72px;
    background-color: #004f99;
    display: block;
    line-height: 72px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.link-btn:hover {
    background-color: #023769;
}

.about-left-text .link-btn {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-right {
    flex: 1;
    position: relative;
}

.about .container {
    position: relative;
}

.about {
    padding: 70px 0 150px;
}

.culture {
    position: relative;
    height: 515px;
    margin-bottom: 50px;
}

.culture-img {
    position: absolute;
    top: -100px;
    width: 53%;
    overflow: hidden;
}

.culture-img-left{
    left: 0;
}

.culture-img-right{
    right: 0;
}

.culture-box-left .container {
    display: flex;
    justify-content: flex-start;
}

.culture-box-right .container {
    display: flex;
    justify-content: flex-end;
}

.culture-right {
    width: 477px;
}

.culture-right-title {
    color: #004f99;
    font-size: 40px;
    margin: 0 0 40px;
    font-weight: bold;
}

.culture-right-text {
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}

.culture-right .link-btn {
    margin-top: 60px;
}

.product {
    height: 717px;
    width: 100%;
    background-image: url(../images/home-product-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    box-sizing: border-box;
    overflow: hidden;
}

.product .title {
    color: #808080;
    font-size: 14px;
    text-align: center;
    margin: 78px 0 42px;
}

.product .title h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-nav a {
    display: inline-block;
    width: 190px;
    height: 43px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    line-height: 43px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin: 0 10px;
}

.product-nav {
    text-align: center;
}

.product-nav a:hover {
    background-color: #fff;
    color: #004f99;
}

.news .title {
    text-align: center;
    margin: 90px 0 55px;
}

.news .title h1 {
    color: #666;
    font-size: 36px;
    text-transform: uppercase;
    font-family: "华文中宋", Arial;
    position: relative;
}

.news .title h1::before, .news .title h1::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 32%;
    height: 1px;
    background-color: #cecece;
}

.news .title h1::before {
    left: 5%;
}

.news .title h1::after {
    right: 5%;
}

.news .title p {
    color: #666;
    font-size: 24px;
}

.news .title em {
    width: 48px;
    height: 3px;
    background-color: #666;
    display: inline-block;
    margin: 15px 0 15px;
}

.news-list {
    display: flex;
    justify-content: space-between;
}

.news-list li {
    width: 386px;
}

.news-item-img {
    display: block;
    width: 100%;
    height: 211px;
    overflow: hidden;
}

.news-item-img span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.news-item-img:hover span {
    transform: scale(1.1);
}

.news-item-title {
    color: #333333;
    font-size: 16px;
    margin: 25px 0 30px;
    display: block;
}

.news-item-title:hover {
    color: #004f99;
}

.news-item-desc {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.news .link-btn {
    margin: 100px auto 0;
}

footer {
    background-color: #2e3642;
    padding: 24px 0 40px;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #434a55;
    padding: 30px 0;
}

.footer-nav-list {
    margin-right: 86px;
}

.footer-nav-list:nth-child(3){
    display: none;
}

.footer-nav-list h1 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-nav-list a {
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    display: block;
}

.footer-nav-list a:hover {
    color: #a5acb5;
}

.footer-contact {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.footer-contact-text {
    margin: 0 60px 0 0;
}

.footer-contact-text h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-contact-text h1 {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-contact-text p {
    color: #ffffff;
    line-height: 36px;
    font-size: 14px;
}

.footer-contact-ewm {
    width: 177px;
    height: 177px;
    overflow: hidden;
}

.footer-contact-ewm img {
    max-width: 100%;
    max-height: 100%;
}

.foot-map{
    height: 200px;
    margin-top: 30px;
}

.copy {
    text-align: center;
    height: 58px;
    line-height: 58px;
    background-color: #282f3a;
    color: #fff;
    border-top: solid 1px #434a55;
}

.product-list {
    position: relative;
}

.product-list a {
    display: block;
    transition: all .3s;
}

.product-list a:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.2);
}

.product-list a .product-item-img {
    display: block;
    height: 260px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-list a .product-item-text {
    background-color: #eaeaea;
    height: 104px;
    box-sizing: border-box;
    padding: 22px 23px 0;
}

.product-list a .product-item-text .product-item-text-title {
    color: #333333;
    font-size: 16px;
    display: block;
}

.product-list a .product-item-text .product-item-text-desc {
    color: #999999;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin: 15px 0 20px;
}

.product-list a .product-item-text em {
    display: block;
    height: 2px;
    width: 50px;
    background-color: #999;
}

.product-list .swiper-prev, .product-list .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 80px;
    cursor: pointer;
}

.product-list .swiper-prev {
    left: -80px;
}

.product-list .swiper-next {
    right: -80px;
}

.product-list {
    --swiper-pagination-color: #fff;
    margin-top: 36px;
}

.product-list .swiper-pagination {
    width: 100%;
    left: 0;
    bottom: -50px;
}

.product-list .swiper-pagination span {
    width: 16px;
    height: 16px;
    margin: 0 8px;
}

.zbanner {
    background-attachment: fixed;
    height: 350px;
    background-position:center top;
    background-repeat: no-repeat;
    position: relative;
    line-height: 350px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
}

.zbanner:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.zbanner h1 {
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.current {
    height: 50px;
    line-height: 50px;
    color: #666;
    background-color: #e9e9e9;
    text-transform: uppercase;
}

.current .container{
    display: flex;
    justify-content: flex-start;
}

.current i {
    margin-right: 7px;
    line-height: 50px;
}

.current a {
    color: #666;
    display: inline-block;
    margin: 0 5px;
}

.current a:hover {
    color: #004f99;
}

.ny-product{
    display: flex;
    justify-content: space-between;
    margin: 50px auto 80px;
}

.ny-product-left{
    width: 280px;
}

.nynavtit {
    width: 280px;
    height: 100px;
    background: url(../images/nynav.png) center no-repeat;
    overflow: hidden;
    margin-bottom: 15px;
}

.nynavtit h1 {
    background: url(../images/nynavfl.png) left bottom no-repeat;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 29px 0 0 32px;
    padding-bottom: 32px;
    text-transform: uppercase;
}

.navBar li a {
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-indent: 35px;
    color: #423636;
    display: flex;
    text-align: left;
    margin-top: 2px;
    background-image: linear-gradient(to right, #cdcdcd , #e7e7e7);
    justify-content: space-between;
    align-items: center;
}

.navBar li a i{
    margin-right: 20px;
}

.navBar li a:hover{
    background-image: linear-gradient(to right, #004f99 , #116bbf);
    color: #fff;
}

.ny-product-right{
    width: 882px;
}

.nycplist{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.nycplist li{
    width: 272px;
    border: 1px solid #eeeeee;
    background: #f3f3f3;
    position: relative;
    margin: 0 28px 30px 0;
    vertical-align: top;
    transition: all .5s;
}

.nycplist li:nth-child(3n){
    margin-right: 0;
}

.nycplist li .img{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.nycplist li .img a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}

.nycplist li .img a span{
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.nycplist li .img img{
    max-width: 100%;
}

.nycplist li p{
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.nycplist li p a{
    color: #666;
}

.nycplist li:hover{
    transform: translateY(-10px);
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.2);
    border: #004f99 solid 1px;
}

.showpro{
    display: flex;
    justify-content: space-between;
}

.slt{
    width: 310px;
}

.slt > a{
    display: flex;
    width: 310px;
    height: 310px;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.slt > a img{
    max-width: 100%;
    max-height: 100%;
}

.tb-thumb{
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.tb-thumb li{
    width: 44px;
    height: 44px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.tb-thumb li.tb-selected{
    border: 1px solid #004f99;
}

.tb-thumb li a img{
    max-width: 100%;
    max-height: 100%;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.protxt{
    width: 530px;
}

.protxt h1{
    font-size: 26px;
}

.sheck{
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.sheck > span{
    margin-right: 10px;
}

.inp{
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

.inp a{
    display: block;
    border-radius: 50px;
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #004f99;
    color: #004f99;
}

.inp a:hover{
    background-color: #004f99;
    color: #fff;
}

.nytit{
    border-bottom: 1px solid #ccc;
    line-height: 2;
    font-size: 26px;
    margin-top: 50px;
}

.nym img{
    max-width: 100%;
    height: auto;
}

.nym{
    line-height: 2;
    padding-top: 15px;
}

.nym h1{
    font-size: 20px;
    font-weight: bold;
}

.ny-news-list{
    /* background-image: url(../images/1545876803.jpg); */
    background-color: #f3f3f3;
    background-repeat: repeat;
    overflow: hidden;
    padding-bottom: 80px;
}

.ny-news-item{
    display: flex;
    transition: all .3s;
    box-sizing: border-box;
    padding: 20px;
    align-items: center;
    margin-top: 30px;
}

.ny-news-item:hover{
    background-color: #fff;
    transform: translateY(-10px);
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.2);
}

.ny-news-item-left{
    width: 400px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ny-news-item-right{
    flex: 1;
    padding-left: 60px;
}

.ny-news-item-right h1{
    color: #5a5a5a;
    font-size: 20px;
    font-family: 'FuturaBT-Medium';
    position: relative;
    padding-bottom: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.ny-news-item-right p{
    font-size: 14px;
    line-height: 2;
}

.ny-news-item-right a{
    color: #fff;
    background-color: #5a5a5a;
    position: relative;
    display: block;
    width: 170px;
    height: 36px;
    line-height: 34px;
    border-radius: 36px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    overflow: hidden;
}

.ny-news-item-right a span{
    position: relative;
    z-index: 1;
}

.ny-news-item-right a::before {
    content: ' ';
    position: absolute;
    bottom: -100%;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: bottom 0.3s ease;
    background-color: #004f99;
    will-change: bottom;
    z-index: 0;
}

.ny-news-item-right a:hover::before{
    bottom: 0;
}

.znav {
    margin: 50px auto;
}

.znav ul{
    display: flex;
    justify-content: center;
}

.znav ul li a{
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    text-align: center;
    background-color: #303132;
    display: block;
    color: #fff;
    margin: 0 15px;
}

.znav ul li a:hover{
    background-color: #004f99;
}

.newsDetialsArticle .mainCon{
    display: flex;
    justify-content: space-between;
}

.newsDetialsArticle .mainCon .article {
    position: relative;
    width: 890px;
    background: #fff;
}

.newsDetialsArticle .mainCon .hotNews {
    width: 300px;
}

.newsDetialsArticle .mainCon .article .conBox {
    padding: 30px 30px 0;
}

.newsDetialsArticle .mainCon .article .conBox img{
    max-width: 100%;
    height: auto !important;
}

.newsDetialsArticle .mainCon .article .context {
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    height: 70px;
}

.newsDetialsArticle .mainCon .article .title h2 {
    font-size: 28px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 16px;
    font-family: 'FuturaBT-Medium';
}

.newsDetialsArticle .mainCon .article .title .share {
    width: 100%;
    height: 24px;
    display: flex;
    justify-content: space-between;
}

.newsDetialsArticle .mainCon .article .title .share p {
    overflow: hidden;
    margin-top: 4px;
}

.newsDetialsArticle .mainCon .article .title .share p span{
    margin-right: 20px;
}

.newsDetialsArticle .mainCon .article .title i {
    width: 100%;
    display: block;
    height: 1px;
    background: #e7e7e7;
    margin-top: 18px;
}

.newsDetialsArticle .mainCon .article .con {
    margin: 20px 0;
    line-height: 2;
}

.newsDetialsArticle .mainCon .article .context p {
    width: 445px;
    float: left;
    height: 70px;
    line-height: 70px;
}

.newsDetialsArticle .mainCon .article .context p a {
    font-size: 13px;
    color: #666666;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsDetialsArticle .mainCon .article .context p a:hover{
    color: #004f99;
}

.newsDetialsArticle .mainCon .article .context p.prevNews a {
    margin-left: 30px;
    padding-left: 20px;
    background: url(../images/newsDetialsArticle_icon10.png) no-repeat left center;
}

.newsDetialsArticle .mainCon .article .context p.NextNews a {
    margin-right: 30px;
    padding-right: 20px;
    text-align: right;
    background: url(../images/newsDetialsArticle_icon11.png) no-repeat right center;
}

.newsDetialsArticle .mainCon .hotNews .box {
    padding: 30px 28px 18px;
    background: #fff;
    margin-top: 10px;
}

.newsDetialsArticle .mainCon .hotNews .box:first-child {
    margin-top: 0;
}

.newsDetialsArticle .mainCon .hotNews .box .hotNews-top {
    height: 36px;
    border-bottom: 1px solid #e7e7e7;
}

.newsDetialsArticle .mainCon .hotNews .box ul {
    padding-top: 18px;
}

.newsDetialsArticle .mainCon .hotNews .box .hotNews-top h3 {
    font-size: 18px;
    color: #004f99;
    font-weight: normal;
    float: left;
    font-family: 'FuturaBT-Medium';
    text-transform: uppercase;
}

.newsDetialsArticle .mainCon .hotNews .box .hotNews-top h3 em {
    font-weight: bold;
    color: #004f99;
}

.newsDetialsArticle .mainCon .hotNews .box .hotNews-top h3 i {
    width: 72px;
    height: 1px;
    background: #004f99;
    position: relative;
    display: block;
    top: 18px;
}

.newsDetialsArticle .mainCon .hotNews .box .hotNews-top a.more {
    display: block;
    width: 21px;
    height: 21px;
    float: right;
    margin-top: 4px;
}

.newsDetialsArticle .mainCon .hotNews .box li {
    font-size: 14px;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1;
}

.newsDetialsArticle .mainCon .hotNews .box li a {
    color: #333333;
}

.newsDetialsArticle .mainCon .hotNews .box li a:hover{
    color: #004f99;
}

.contact {
    margin-top: 50px;
}

.contact_m {
    float: left;
    line-height: 30px;
    color: #474747;
}

.contact_m h1{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.contact_map {
    float: right;
    width: 600px;
    height: 550px;
}

.BMap_bubble_title{
    font-family: 'FuturaBT-Medium';
    margin-bottom: 5px;
}

.BMap_bubble_content{
    line-height: 1.5;
}

.msg-53802 {
    overflow: hidden;
}

.msg-53802 .form-m1 .form-m1-Left {
    float: left;
    width: 50%;
}

.msg-53802 .form-m1 .form-m1-right {
    float: right;
    width: 50%;
}

.msg-53802 .form-m1 .form-m1-li {
    padding-top: 10px;
}

.msg-53802 .form-m1 .form-m1-li label {
    width: 5em;
    display: inline-block;
    color: #666;
    vertical-align: middle;
}

.msg-53802 .form-m1 .form-m1-li label span {
    padding: 0 6px;
}

.msg-53802 .form-m1 .form-m1-li input {
    height: 28px;
    line-height: 28px;
    border: 1px #ddd solid;
    width: 70%;
}

.msg-53802 .form-m1 .form-m1-li textarea {
    border: 1px #ddd solid;
    width: 70%;
}

.msg-53802 .form-m1 .form-m1-li em {
    color: red;
    vertical-align: middle;
    padding-left: 10px;
}

.msg-53802 .form-m1 .form-m1-li input._yzm {
    width: 20%;
}

.msg-53802 .form-m1 .form-m1-li img {
    height: 28px;
    vertical-align: middle;
    padding-left: 10px;
    cursor: pointer;
}

.msg-53802 .form-m1 .form-m1-li b {
    color: #666;
    font-size: 12px;
    padding-left: 4px;
}

.msg-53802 .form-m1 .form-m1-btn {
    clear: both;
    text-align: center;
    padding-top: 40px;
}

.msg-53802 .form-m1 .form-m1-btn button {
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: 0;
    font-size: 16px;
}

.msg-53802 .form-m1 .form-m1-btn ._submit {
    background: #004f99;
    margin-right: 10px;
}

.msg-53802 .form-m1 .form-m1-btn ._reset {
    background: #909090;
}

.msg-53802 .form-m1 .Validform_right {
    white-space: nowrap;
}

.msg-53802 .form-m1 .form-m1-Left, .msg-53802 .form-m1 .form-m1-right, .msg-53803 .form-m1 .form-m1-Left, .msg-53803 .form-m1 .form-m1-right {
    width: 48% !important;
}

.msg-53802 .form-m1 .form-m1-li, .msg-53803 .form-m1 .form-m1-li {
    background: #f7f7f7;
    padding: 10px 2%;
    margin-bottom: 15px;
    position: relative;
}

.msg-53802 .form-m1 .form-m1-li input, .msg-53803 .form-m1 .form-m1-li input {
    width: 82% !important;
    background: transparent;
    border: none !important;
}

.msg-53802 .form-m1 .form-m1-li textarea, .msg-53803 .form-m1 .form-m1-li textarea {
    width: 85% !important;
    border: none !important;
    background: transparent;
    height: 221px;
}

.msg-53802 .form-m1 .form-m1-li input._yzm, .msg-53803 .form-m1 .form-m1-li input._yzm {
    width: 20% !important;
}

.msg-53802 .form-m1 .form-m1-li .Validform_wrong, .msg-53803 .form-m1 .form-m1-li .Validform_wrong {
    position: absolute;
    right: 7%;
    top: 13px;
}

.message{
    padding: 80px 0;
}

.message .title{
    margin-bottom: 50px;
}

.message .title h1 {
    color: #202020;
    font-size: 48px;
    text-align: center;
    font-family: 'FuturaBT-Medium';
    position: relative;
    padding-bottom: 45px;
}

.message .title h1:after {
    content: '';
    display: block;
    width: 37px;
    height: 2px;
    background-color: #004f99;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.about-page{
    line-height: 2;
}

.about-page img{
    max-width: 100%;
    height: auto;
}

.news{
    margin-bottom: 80px;
}

.ny-honor .nycplist li:nth-child(3n){
    margin-right: 34px;
}

.ny-honor .nycplist li:nth-child(4n){
    margin-right: 0;
}

.ny-honor li{
    margin-right: 34px;
}

.ny-honor{
    margin: 50px auto;
}